home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / comm / ums / UMSLaberFilter.readme < prev   
Encoding:
Text File  |  2000-11-02  |  2.6 KB  |  92 lines

  1. Short:    Filter out uninteresting messages
  2. Author:   andre@melior.s.bawue.de (Andre Schenk)
  3. Uploader: andre@melior.s.bawue.de (Andre Schenk)
  4. Version:  1.1
  5. Type:     comm/ums
  6.  
  7. NAME
  8.  
  9.     UMSLaberFilter - filter out uninteresting messages
  10.  
  11. VERSION
  12.  
  13.     UMSLaberFilter 1.1 (17.09.00)
  14.  
  15. SYNOPSIS
  16.  
  17.     UMSLaberFilter NAME/A,PASSWORD,SERVER/K,FILE/A,EXPIRES/K/N
  18.  
  19. DESCRIPTION
  20.  
  21.     This tool helps you to find out uninteresting messages and avoids you from
  22.     reading them.  You may specify a from name or a subject in a so called kill
  23.     file to recognize these messages.  Additionally you may determine a date
  24.     after that a filter criteria expires and will be removed from the kill
  25.     file.
  26.  
  27. OPTIONS
  28.  
  29.     NAME,
  30.     PASSWORD,
  31.     SERVER  : UMS account
  32.     FILE    : name of the kill file
  33.     EXPIRES : expire time in days
  34.  
  35. KILL FILE
  36.  
  37.     The kill file is parsed with the AmigaDOS function ReadArgs. The template
  38.     for a line is: FROMNAME/K,DATE/K,SUBJECT/K
  39.  
  40.     FROMNAME : from name of the sender (no patterns allowed)
  41.     DATE     : the date in AmigaDOS format
  42.     SUBJECT  : subject of the message (patterns allowed)
  43.     GROUP    : list of groups when filtering for subject, separated with comma
  44.  
  45.     Examples:
  46.  
  47.     ; filter out all messages with a certain from name
  48.     FROMNAME "Andre Schenk"
  49.  
  50.     ; filter out all messages with a certain subject
  51.     SUBJECT "What a boring subject"
  52.  
  53.     ; filter out all messages with a certain subject in specific groups
  54.     SUBJECT "What a boring subject" GROUP "group1,group2"
  55.  
  56.     ; filter out all messages with a certain from name; the filter will be
  57.     ; removed from the kill file if the given date is older than the number of
  58.     ; days in option EXPIRES
  59.     FROMNAME "Andre Schenk" DATE "12-Aug-00  21:49:53"
  60.  
  61.     ; filter out all messages with a certain subject; the filter will be
  62.     ; removed from the kill file if the given date is older than the number of
  63.     ; days in option EXPIRES
  64.     SUBJECT "What a boring subject" DATE "12-Aug-00  21:49:53"
  65.  
  66. COPYRIGHT
  67.  
  68.     Copyright 2000, AndrĂ© Schenk
  69.  
  70.     The program is published as freeware.
  71.  
  72. AUTHOR
  73.  
  74.     AndrĂ© Schenk
  75.     E-Mail : andre@melior.s.bawue.de
  76.              andre.schenk@web.de
  77.  
  78. HISTORY
  79.  
  80.     1.0 : first release
  81.     1.1 : improved speed when filtering for groups, added GROUP parameter
  82.  
  83.  
  84. ============================= Archive contents =============================
  85.  
  86. Original  Packed Ratio    Date     Time    Name
  87. -------- ------- ----- --------- --------  -------------
  88.     2119     866 59.1% 17-Sep-00 16:33:36 +UMSLaberFilter.doc
  89.    28276   15442 45.3% 18-Sep-00 23:28:54 +UMSLaberfilter
  90. -------- ------- ----- --------- --------
  91.    30395   16308 46.3% 19-Sep-100 14:27:14   2 files
  92.